Insert This code into between the <HEAD> tags of your HTML Page.
<style> .bgimages img {cursor:hand} </style>
Insert This code into between the <Body> tags of your HTML Page.
<script language="JavaScript1.2"> <!-- function tile(){ if (!document.all) return var source=event.srcElement if (source.tagName=="IMG") document.body.style.backgroundImage="url("+source.src+")" } function restore(){ document.body.style.backgroundImage='' } document.body.onclick=restore //--> </script> <span class="bgimages" onClick="tile();event.cancelBubble=true"> <p><img src="1.jpg" width="80" height="80"><img src="2.jpg" width="80" height="80"><br> <img src="3.jpg" width="80" height="80"><img src="4.jpg" width="80" height="80"></span> </p>
1998 Copyright (C) Next Step Publishing All Rights Reserved